* dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too, which can be useful.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 02:29:23 +0000 (04:29 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 11 Sep 2011 02:29:23 +0000 (04:29 +0200)
lisp/ChangeLog
lisp/dired.el

index e9b7b9336ec5dd2403fefcae05b4b86d3fe4c1e8..c95950380c713429ab5736cba28119ca9f792846 100644 (file)
@@ -1,5 +1,8 @@
 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * dired.el (dired-sort-toggle-or-edit): Mention -o and -g, too,
+       which can be useful (bug#9301).
+
        * textmodes/flyspell.el: Remove obsolete comment (bug#9368).
 
        * subr.el (match-string): Mention that the current buffer should
index ecb626a275e466df31bb844025a44870cadc6d71..442a792a196a133fc348ce94c5e5d48cd9c67539 100644 (file)
@@ -3413,7 +3413,7 @@ With a prefix argument, edit the current listing switches instead."
     (error "Cannot sort this dired buffer"))
   (if arg
       (dired-sort-other
-       (read-string "ls switches (must contain -l): " dired-actual-switches))
+       (read-string "ls switches (must contain -l, -o, or -g): " dired-actual-switches))
     (dired-sort-toggle)))
 
 (defun dired-sort-toggle ()